home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Data Base of the Video Yearbook 1995
/
Data Base of the Video Yearbook 1995 - Disc 1.iso
/
cosmos
/
monthw.dir
/
00033_menu.pic.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-21
|
300 b
|
14 lines
on mouseDown
repeat while stillDown()
if rollOver(clickOn()) then
set the castNum of sprite clickOn() to 34
else
set the castNum of sprite clickOn() to 33
end if
updateStage()
end repeat
set the castNum of sprite clickOn() to 33
updateStage()
go(1, "MENUW")
end